UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The telnet-server package must not be installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-89607 VRAU-SL-000460 SV-100257r1_rule Medium
Description
Removing the "telnet-server" package decreases the risk of the unencrypted telnet service's accidental (or intentional) activation.
STIG Date
VMware vRealize Automation 7.x SLES Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-89299r1_chk )
Check if "telnet-server" is installed:

# rpm -q telnet-server

If there is a "telnet-server" package listed, this is a finding.
Fix Text (F-96349r1_fix)
To remove the "telnet-server" package use the following command:

rpm -e telnet-server